home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / OBJ1_2.ZIP;1 / _LIBRARY.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-21  |  365 b   |  15 lines

  1. @echo off
  2. rem
  3. rem  This file is called from _BUILD.RMK !
  4. rem  it's a working batch file for _BUILD.RMK !
  5. rem
  6. echo:
  7. echo:
  8. echo:
  9. if exist OBJECT.lib del OBJECT.lib
  10. if exist %2.lib copy %2.lib Object.lib
  11. if not exist %2.lib echo The OBJECT.lib will not be contain %2.lib !
  12. if not exist %2.lib pause
  13. %1 %3 @_Build.rml
  14. if exist Object.bak del Object.bak
  15.